home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 373 / utility2 / crc32.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-20  |  131 b   |  7 lines

  1. long crc32val;
  2.  
  3. #ifndef TEST
  4. extern void UpdateCRC();
  5. #endif
  6.  /* update running CRC calculation with contents of a buffer */
  7.